optional parameter get request c#

88

optional parameter get request c# -

public string GetFindBooks(string author="", string title="", string isbn="", string  somethingelse="", DateTime? date= null) 
{
    // ...
}

Comments

Submit
0 Comments